home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmiSoft / Util / Libs / Extralib.lha / ExtraLib.readme < prev   
Encoding:
Text File  |  2003-01-02  |  4.3 KB  |  115 lines

  1. Short:    Dynamic buffers, filesystem CRCs, colorful new Alerts etc.
  2. Uploader: Roland Heyder <rhosigma@gmx.net>
  3. Author:   RhoSigma, Roland Heyder (Germany) <http://rhosigma.gmxhome.de>
  4. Type:     util/libs
  5. Version:  $VER: extra.library 3.367 (02.01.03)
  6. Requires: OS 1.2 (v33+), OCS, 68000-CPU, 512KB
  7. Replaces: util/libs/extralib.lha, util/libs/ExtraLib.lha
  8.  
  9. english:
  10. ¯¯¯¯¯¯¯¯
  11. This is a demoversion of extra.library, but fully functional !!
  12. For further information, and how to register please read section
  13. »Legal-ReadMe« in the docs.
  14.  
  15. features are:
  16.  
  17.   - complex dynamic buffer system for easy file handling
  18.   - support functions to compute CRCs in standard filesystems
  19.   - some functions for string handling and parameter conversion
  20.   - also some plastic surgery i.e. colorful »DisplayAlert()«-replacement
  21.   - special version for CGX-Support, but needs at least OS 2.0 (v36+) and
  22.     optional the cybergraphics.library v40+
  23.  
  24. See also my other Software on Aminet:
  25.              dev/basic/MBPrefs.lha
  26.              util/wb/RandomWBPatt.lha
  27.  
  28. deutsch:
  29. ¯¯¯¯¯¯¯¯
  30. Dies ist eine Demoversion der extra.library, jedoch voll funktionsfähig !!
  31. Für weitere Informationen und Hinweise zur Registrierung lesen Sie bitte
  32. den Abschnitt »Legal-ReadMe« in der Dokumentation.
  33.  
  34. aus dem Inhalt:
  35.  
  36.   - komplexes dynamisches Puffer-System für einfache Dateihandhabung
  37.   - unterstützende Funktionen zur Checksummenbildung in Standard-Filesystemen
  38.   - einige Funktionen zur Stringhandhabung und Parameterumwandlung
  39.   - des weiteren ein wenig plastische Chirurgie, z.B. eine farbenfrohe
  40.     »DisplayAlert()«-Routine
  41.   - eine spezielle Version mit CGX-Unterstützung, benötigt jedoch mindestens
  42.     OS 2.0 (v36+) sowie optional die cybergraphics.library v40+
  43.  
  44. Werfen Sie doch auch mal einen Blick auf meine andere Software im Aminet:
  45.              dev/basic/MBPrefs.lha
  46.              util/wb/RandomWBPatt.lha
  47.  
  48. -----------------------------------------------------------------------------
  49.  
  50. History:
  51. ¯¯¯¯¯¯¯¯
  52. v1.323 (18.11.00)
  53.        - First public release
  54.  
  55.  
  56. v2.062 (03.03.01)
  57.        - some minor changes for CGX-Support, now only using CGX-Modes if
  58.          the first (topmost) screen is already a CGX-Screen, otherwise
  59.          fall back to OCS/ECS/AGA
  60.  
  61.        - fixed a really stupid bug in system function entry »Close()«
  62.          which caused a memory loss of approx. 104 bytes every time it
  63.          was called by »exec/CloseLibrary()«
  64.  
  65.        - 3 new enhanced functions for the dynamic buffer system to allow
  66.          to specify the type of memory to use for the buffers
  67.  
  68. v2.078 (19.03.01)
  69.        - just forgot to change the version/revision entries within the
  70.          librarys resident structure, which caused »exec/OpenLibrary()« to
  71.          fail with version argument set to v2
  72.  
  73.        - fixed a small bug in routine »BufInfo()«, APTR bib_LastFind was
  74.          filled in incorrect
  75.  
  76. v2.118 (28.04.01)
  77.        - some time critical functions optimized for better speed using
  78.          an Profiler-Tool
  79.  
  80.        - introduced a common way for function init & cleanup in preparation
  81.          to make the library usable for ARexx
  82.  
  83.        - build in a skeleton ARexx function entry, so ARexx ability will
  84.          come soon but not finished yet
  85.  
  86. v2.223 (11.08.01)
  87.        - fixed a bug in CGX-Support-Code, CGX features became disabled if
  88.          the extra.library was initialized before any CGX monitor driver came
  89.          available in system, now in this case the opening of cybergraphics.-
  90.          library is delayed until such an monitor driver comes available.
  91.  
  92.        - still working on ARexx-Support
  93.  
  94. v2.287 (14.10.01)
  95.        - replaced »rhosigma.c« with »rhosigma.lib« (first Version 1.286)
  96.  
  97.        - some minor enhancements on C/C++ Support-Routines
  98.  
  99.        - some Include-Files restructured for better support of »rhosigma.lib«
  100.  
  101. v3.342 (08.12.02)
  102.        - added some new functions for parameter conversion and introduced a
  103.          complete new enhanced system for internal string handling
  104.  
  105.        - include file »extra.bc« got a new function to support the above
  106.          mentioned string handling system
  107.  
  108.        - ARexx-Support currently on ice, will only be finished if I get
  109.          enough response from people who want/need it
  110.  
  111. v3.367 (02.01.03)
  112.        - damn shit, just released v3.342 and a few days later I encounter
  113.          two f*cking logical errors within the Buffer system, already hiding
  114.          there since first public release !! - FIXED NOW !!!!!
  115.